home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / irit / makefile.djg < prev    next >
Makefile  |  1995-12-30  |  853b  |  34 lines

  1.  
  2. #
  3. # Makefile for the IRIT solid modeler (DJGCC).
  4. #
  5.  
  6. !include "..\makeflag.djg"
  7.  
  8. GR_DIR = ..\grapdrvs
  9. GR_OBJS = $(GR_DIR)\djggraph.obj $(GR_DIR)\gen_grap.obj \
  10.     $(GR_DIR)\drawln3d.obj $(GR_DIR)\drawptvc.obj \
  11.     $(GR_DIR)\drawpoly.obj $(GR_DIR)\draw_crv.obj \
  12.     $(GR_DIR)\draw_srf.obj $(GR_DIR)\draw_obj.obj
  13.  
  14. OBJS =  ctrl-brk.obj dosintr.obj freefrm1.obj freefrm2.obj freefrm3.obj \
  15.     freefrm4.obj inptevl1.obj inptevl2.obj inptevl3.obj inptprsr.obj \
  16.     irit.obj objects1.obj objects2.obj overload.obj windows.obj \
  17.     $(GR_OBJS)
  18.  
  19. irit.exe:    $(OBJS)
  20.     $(CC) $(CFLAGS) -o irit @&&!
  21. $(OBJS) $(LIBS) $(MORELIBS) -lm
  22. !
  23.     strip irit
  24.     aout2exe irit
  25.     del irit
  26.  
  27. install: irit.exe
  28.     copy irit.exe $(BIN_DIR_DOS)
  29.     del  irit.exe
  30.     copy iritinit.irt $(BIN_DIR_DOS)
  31.     copy irit-djg.cfg $(BIN_DIR_DOS)\irit.cfg
  32.  
  33. # Dependencies starts here - do not touch, generated automatically.
  34.